// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-03B TN_Widget.CreateTable([['Monster Jam','Rice Eccles Stadium','Salt Lake City, UT','Saturday','5/4/2024','7:00 PM','6213979','Monster-Jam-5-4-2024'],['AMA Supercross Championship','Rice Eccles Stadium','Salt Lake City, UT','Saturday','5/11/2024','5:30 PM','5957888','AMA-Supercross-Championship-5-11-2024'],['Zeds Dead - 2 Day Pass','Rice Eccles Stadium Parking Lots','Salt Lake City, UT','Friday','5/24/2024','TBD','6327158','Zeds-Dead---2-Day-Pass-5-24-2024'],['Zeds Dead','Rice Eccles Stadium Parking Lots','Salt Lake City, UT','Friday','5/24/2024','4:00 PM','6324418','Zeds-Dead-5-24-2024'],['Zeds Dead','Rice Eccles Stadium Parking Lots','Salt Lake City, UT','Saturday','5/25/2024','4:00 PM','6324419','Zeds-Dead-5-25-2024'],['Luke Combs - 2 Day Pass','Rice Eccles Stadium','Salt Lake City, UT','Friday','6/7/2024','TBD','5879062','Luke-Combs---2-Day-Pass-6-7-2024'],['Luke Combs, Cody Jinks & Charles Wesley Godwin','Rice Eccles Stadium','Salt Lake City, UT','Friday','6/7/2024','5:45 PM','5879009','Luke-Combs--Cody-Jinks---Charles-Wesley-Godwin-6-7-2024'],['Luke Combs, Mitchell Tenpenny & Drew Parker','Rice Eccles Stadium','Salt Lake City, UT','Saturday','6/8/2024','5:45 PM','5879010','Luke-Combs--Mitchell-Tenpenny---Drew-Parker-6-8-2024'],['George Strait, Chris Stapleton & Little Big Town','Rice Eccles Stadium','Salt Lake City, UT','Saturday','6/29/2024','5:45 PM','5931123','George-Strait--Chris-Stapleton---Little-Big-Town-6-29-2024'],['2024 Utah Utes Football Season Tickets (Includes Tickets To All Regular Season Home Games)','Rice Eccles Stadium','Salt Lake City, UT','Wednesday','8/28/2024','TBD','6105482','2024-Utah-Utes-Football-Season-Tickets--Includes-Tickets-To-All-Regular-Season-Home-Games--8-28-2024'],['Utah Utes vs. Southern Utah Thunderbirds','Rice Eccles Stadium','Salt Lake City, UT','Thursday','8/29/2024','TBD','6102417','Utah-Utes-vs--Southern-Utah-Thunderbirds-8-29-2024'],['Utah Utes vs. Baylor Bears','Rice Eccles Stadium','Salt Lake City, UT','Saturday','9/7/2024','TBD','6102425','Utah-Utes-vs--Baylor-Bears-9-7-2024'],['Utah Utes vs. Arizona Wildcats','Rice Eccles Stadium','Salt Lake City, UT','Saturday','9/28/2024','TBD','6241234','Utah-Utes-vs--Arizona-Wildcats-9-28-2024'],['Utah Utes vs. TCU Horned Frogs','Rice Eccles Stadium','Salt Lake City, UT','Saturday','10/19/2024','TBD','6241238','Utah-Utes-vs--TCU-Horned-Frogs-10-19-2024'],['Utah Utes vs. BYU Cougars','Rice Eccles Stadium','Salt Lake City, UT','Saturday','11/9/2024','TBD','6102419','Utah-Utes-vs--BYU-Cougars-11-9-2024'],['Utah Utes vs. Iowa State Cyclones','Rice Eccles Stadium','Salt Lake City, UT','Saturday','11/23/2024','TBD','6241242','Utah-Utes-vs--Iowa-State-Cyclones-11-23-2024']],'Rice Eccles Stadium','http://www.ticketnetwork.com/ticket/Rice-Eccles-Stadium-events.aspx');